BASS_WASAPI_SetMute

Mutes or unmutes the device.

BOOL BASS_WASAPI_SetMute(
    BOOL mute
);

Parameters
muteMute the device?

Return value
If successful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes
BASS_ERROR_INITBASS_WASAPI_Init has not been successfully called.
BASS_ERROR_NOTAVAILThere is no volume control available.
BASS_ERROR_UNKNOWNSome other mystery problem!

See also
BASS_WASAPI_GetMute, BASS_WASAPI_SetVolume